projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8608211
)
theme: Remove GtkToolbar remnants
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 29 Oct 2021 15:50:30 +0000
(11:50 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 29 Oct 2021 15:51:18 +0000
(11:51 -0400)
We don't ship a widget with css name 'toolbar'
anymore, so don't waste selectors on it.
gtk/theme/Default/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Default/_common.scss
b/gtk/theme/Default/_common.scss
index 80d7a061c348c2190dfbd4c1379549e9645d3db9..d8c38e69884bf609e9ab7abb5767b339863d05b9 100644
(file)
--- a/
gtk/theme/Default/_common.scss
+++ b/
gtk/theme/Default/_common.scss
@@
-1304,8
+1304,7
@@
combobox {
background-color: $bg_color;
}
-.toolbar,
-toolbar {
+.toolbar {
@extend %toolbar;
// on OSD
@@
-1854,7
+1853,7
@@
popover.background {
> list,
> .view,
- > toolbar {
+ >
.
toolbar {
border-style: none;
background-color: transparent;
}